crypto/internal/fips140/sha3.Digest.a (field)
11 uses
crypto/internal/fips140/sha3 (current package)
sha3.go#L30: a [1600 / 8]byte // main state of the hash
sha3.go#L64: clear(d.a[:])
sha3.go#L76: keccakF1600(&d.a)
sha3.go#L87: d.a[d.n] ^= d.dsbyte
sha3.go#L91: d.a[d.rate-1] ^= 0x80
sha3.go#L107: x := subtle.XORBytes(d.a[d.n:d.rate], d.a[d.n:d.rate], p)
sha3.go#L136: x := copy(out, d.a[d.n:d.rate])
sha3.go#L192: b = append(b, d.a[:]...)
sha3.go#L219: copy(d.a[:], b)
sha3.go#L220: b = b[len(d.a):]
![]() |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |